home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Cosmic Defender.swf / scripts / DefineButton2_93 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2006-06-13  |  165 b   |  8 lines

  1. on(press){
  2.    delete _root.onEnterFrame;
  3.    _root.ship_0.turbine.stop();
  4.    _root.RemoveAll();
  5.    _root.gotoAndPlay("main_menu");
  6.    removeMovieClip(this);
  7. }
  8.